home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 5⁄18⁄90 / 1290-Re MacApp & C++ load-May90 < prev    next >
Encoding:
Text File  |  1990-05-18  |  1.2 KB  |  30 lines  |  [TEXT/GEOL]

  1. Item    0793603                         14-May-90        16:45PDT
  2.  
  3. From:   D4682                           Marx, Peter,PRT
  4.  
  5. To:     TIM.SWIHART                     Swihart, Tim
  6.         MACAPP.TECH$                    MacApp Technical
  7.  
  8. Sub:    Re: MacApp & C++ load/dump
  9.  
  10. Bob and CPlus Users:
  11.  
  12. I ran into this problem with a vengeance in MA 2.0 final. I decided to bypass
  13. the MABuildTool technique and go with my own dump/load files. One of the
  14. reasons for this is that you need different versions for debug, experimental,
  15. etc. I also wanted to include a bunch (in fact, virtually all) of the Macintosh
  16. headers and a few of mine that never change.
  17.  
  18. I might suggest following the same strategy. You will need to change
  19. MABuildTool to not scream at having mc6888x suppoert (because it claims that
  20. load and -mc68881 are incompatible) as well as the MacApp Startup file. While
  21. this is fairly annoying, it is do-able in an hour or so. Be sure to take out
  22. the -mc68881 and -elems881 options from MABuildTool to CFront if you are using
  23. the -needs68881 option. The CFront will complain otherwise.
  24.  
  25. Please let me know if you come up with another solution.
  26.  
  27. Peter Marx
  28. UCLA Medicine
  29.  
  30.